home *** CD-ROM | disk | FTP | other *** search
- ; symantec.itools.awt.SplitterPanel component description
-
- CLASS=symantec.itools.awt.SplitterPanel
-
- SMALLICON=components\SplitterPanel.ico, "0"
- ICONSUITE=Icons, "155"
-
- FOLDER=Panels
- TOOLBAR=Panels
-
- PROPERTY=Color, "Gap Color", "GapColor", "lightGray"
- PROPERTY=Boolean, "Limit Resize", "EnforceMinDim", "false"
- PROPERTY=Boolean, "Propagate Resize", "PropResize", "true"
-
-
- CONNECTION=input, "Color", "", "%name%.setGapColor(%arg%);", "Set color of gap between panes"
- CONNECTION=output, "Color", "", "%name%.getGapColor()", "Get color of gap between panes"
- CONNECTION=input, "int", "", "%name%.setGapSizes(%arg%);", "Set the size of the gap between panes"
- CONNECTION=input, "int", "", "%name%.setBdrSizes(%arg%);", "Set the outside gap size"
- CONNECTION=input, "boolean","", "%name%.setEnforceMinDim(%arg%);", "Set the Enforce Minimum Dimension mode"
- CONNECTION=output,"boolean","", "%name%.getEnforceMinDim()", "Enforcing Minimum Dimensions?"
- CONNECTION=output,"boolean","", "!%name%.getEnforceMinDim()", "Not enforcing Minimum Dimensions?"
- CONNECTION=input, "boolean","", "%name%.setPropResize(%arg%);", "Set the Resize Propagation mode"
- CONNECTION=output,"boolean","", "%name%.getPropResize()", "Propigate Resizes?"
- CONNECTION=output,"boolean","", "!%name%.getPropResize()", "Don't Propigate Resizes?"
- CONNECTION=output, "int", "", "%name%.iBdrSize()", "Get the current pane border size"
- CONNECTION=output, "int", "", "%name%.oBdrSize()", "Get the current outside border size"
- CONNECTION=input, "void", "", "%name%.removeAll();", "Remove all components"
-